/*!
Theme Name: sgi-sydney-global-institute
Theme URI: http://sydney.genesiswtech.com/
Author: Genesis Web Technology
Author URI: https://www.genesiswtech.com/
Description: This is a custom theme for Sydney Global Institute
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sydneyglobalinstitute
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
/*  */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

:root {
  --primary: #005888;
  --secondary: #faa33c;
  --transition: all 0.3s linear;
  --primary-font: "Roboto", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: var(--primary-font);
}

p {
  line-height: 1.5;
  color: #000;
}

h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  color: #000;
  font-weight: 600;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

.list__item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-t {
  padding-top: 70px;
}
.section-b {
  padding-bottom: 70px;
}
.section {
  padding: 70px 0;
}
.small__section {
  padding: 30px 0;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mx-auto {
  margin: 0 auto;
}
.small-margin {
  margin: 20px 0;
}
.pb {
  padding-bottom: 20px;
}

.container-large {
  max-width: 1500px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 40px;
  padding-right: 40px;
}
.small__content {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 30px;
}
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  row-gap: 15px;
  align-items: center;
}

.content__wrapper {
  margin-top: 30px;
}
.the__content p,
.the__content li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.the__content li {
  line-height: 24px;
}
.the__content p:last-child {
  margin-bottom: 0;
}

.the__content li:not(:last-child) {
  margin-bottom: 10px;
}
.the__content h1 {
  font-size: 32px;
  margin-bottom: 5px;
}
.the__content h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.the__content h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.the__content h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
/* .the__content img {
  width: 100%;
} */
.the__title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 22px;
  color: #000;
  line-height: 1.8;
}
.the__title.large {
  font-size: 22px;
  color: var(--secondary);
  font-weight: 600;
  line-height: 26px;
}
.the__title.small {
  font-size: 17px;
  color: var(--secondary);
  font-weight: 600;
  line-height: 20px;
}
.light__bg {
  background: #0058880d;
}

.hover__img {
  overflow: hidden;
  position: relative;
}
.hover__img a img {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
}
.hover__img:hover a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sticky__top {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.main__heading,
.entry-title {
  color: var(--primary);
  margin: 0;
  font-size: 50px;
  font-weight: 100;
  line-height: 55px;
  letter-spacing: -0.7px;
}
.entry-title {
  font-weight: 500;
  margin-bottom: 20px;
}
.main__heading span {
  color: var(--secondary);
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: -0.7px;
}
.partner__content .main__heading,
.partner__content .main__heading span {
  font-size: 40px;
  line-height: 45px;
  display: block;
}
.course__title .main__heading,
.course__title .main__heading span {
  font-size: 30px;
  line-height: 35px;
  display: block;
}
.course__title .main__heading {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.sub__heading,
.sub__heading p {
  color: var(--primary);
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}
.course__title .sub__heading {
  font-size: 20px;
  letter-spacing: -0.3px;
  font-weight: 500;
  margin-bottom: 5px;
}
.title__wrapper {
  text-align: center;
}
.sub__title {
  margin-top: 20px;
}
.sub__title p {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}
.link__title {
  line-height: 18px;
  margin: 0;
}
.link__title a {
  font-size: 22px;
  color: var(--primary);
  font-weight: 400;
  line-height: 26px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.link__title a:hover {
  color: var(--secondary);
}
.link__title.link__title-large a {
  font-size: 22px;
  color: var(--secondary);
  font-weight: 600;
  line-height: 26px;
}
.link__title.link__title-large a:hover {
  color: var(--primary);
}
.link__title.small a {
  font-size: 16px;
}

.single__heading {
  font-size: 40px;
  font-weight: 500;
  color: var(--primary);
  margin: 0;
  text-align: center;
  line-height: 45px;
}
.single__news .single__heading {
  font-size: 50px;
  line-height: 55px;
}

.single__img {
  margin: 30px 0;
}
.single__img img {
  width: 100%;
  max-height: 700px;
}

.map__section iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
.grid__content {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.author {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  font-family: var(--primary-font);
  margin-bottom: 10px;
  display: block;
}
.author i {
  margin-right: 5px;
  font-size: 13px;
}
/*  */

/*  */

.meta__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.meta__info i,
.meta__info span {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}
.meta__info i {
  font-weight: 900;
  color: var(--secondary);
  margin-right: 3px;
}
/*  */

/*  */
.side__bar {
  border: 1px solid #f5f8f9;
  margin-top: 20px;
}
.side__bar ul li a {
  color: #555;
  text-transform: capitalize;
  font-size: 14px;
  display: block;
  padding: 15px 20px;
  font-weight: 400;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}
.side__bar ul li a:hover {
  background: #fff;
  color: var(--primary);
  padding-left: 40px;
}

.side__bar ul li a::before {
  content: "\f061";
  font-family: "font awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.side__bar ul li a:hover::before {
  left: 12px;
  opacity: 1;
  visibility: visible;
}

/*  */

label {
  font-weight: 500;
  font-family: var(--primary-font);
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 1em;
  font-family: var(--primary-font);
  font-size: 14px;
}

input:not([type="submit"]),
select,
textarea {
  width: 100%;
  outline: none;
  font-size: 16px;
  padding: 12px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #333;
  margin-top: 7px;
  background: transparent;
}

:focus-visible {
  outline: 2px dotted transparent;
}

/*  */

.btn,
input[type="submit"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--secondary);
  font-family: var(--primary-font);
  overflow: hidden;
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
}
.btn-secondary {
  background: rgba(0, 0, 0, 0.2);
}
.btn-outline {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
}
.btn-outline.btn-light {
  border: 1px solid #fff;
}
input[type="submit"] {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  z-index: 20;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
input[type="submit"]:hover {
  background: var(--primary);
  color: #fff;
}
.wpcf7-spinner {
  vertical-align: middle;
}

.btn::before {
  content: " ";
  width: 0%;
  height: 100%;
  background: var(--primary);
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.btn:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.btn span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 12px 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  z-index: 20;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-outline span {
  color: var(--secondary);
}
.btn-outline.btn-light span {
  color: #fff;
  font-size: 13px;
}
.btn.rounded {
  border-radius: 500px;
}
.btn__center {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn:hover span {
  color: #fff;
  -webkit-animation: scaleUp 0.3s ease-in-out;
  animation: scaleUp 0.3s ease-in-out;
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*  */

/* 404 not found page */

.error-404 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-top: 213px;
  text-align: center;
}
.error-404 .error-watermark {
  position: absolute;
  top: calc(50% - 170px);
  left: 0;
  display: block;
  width: 100%;
  font-size: 320px;
  line-height: 1;
  color: #0058881f;
  z-index: -1;
}
.error-404 .error-title {
  margin: 0;
  color: #000;
  font-size: 43px;
  word-wrap: break-word;
}
.error-404 .error-text {
  display: block;
  margin: 23px auto 5px;
}

/* 404 not found page */

/* Galleries
	--------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
  row-gap: 0;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.gallery-item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

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

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

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

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

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

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}
/*  */
.site-header {
  border-bottom: 1px solid var(--primary);
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.site-header .custom-logo {
  width: 220px;
  object-fit: contain;
  padding: 20px 0;
}
.site-main {
  margin-top: 104px;
}
.nav__ham {
  display: flex;
  align-items: center;
  gap: 10px;
}

/*  */
.offcanvas {
  display: none;
}
.main-navigation,
.main-navigation .menu-menu-1-container,
.main-navigation #primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main-navigation > div > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.main-navigation > div > ul > li {
  /* padding: 0 10px 0 0; */
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* .main-navigation > div > ul > li.menu-item-has-children {
  padding-right: 20px;
} */
.main-navigation > div > ul > li:last-child {
  padding-right: 0;
}

.main-navigation > div > ul > li i {
  color: #fff;
  font-size: 13px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.main-navigation > div > ul > li:hover i {
  color: var(--secondary);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.main-navigation > div > ul > li > a {
  font-size: 16px;
  position: relative;
  font-weight: 400;
  z-index: 1000;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  padding: 18px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--primary);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: stretch;
}

.main-navigation > div > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary);
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

.main-navigation > div > ul > li > a:hover::after,
.main-navigation > div > ul > li.menu-item-has-children:hover > a::after {
  width: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.main-navigation > div > ul > li:last-child > a {
  margin: 0;
}
.main-navigation > div > ul > li > ul {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 16px 10px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  width: 250px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  top: 170%;
  background: #fff;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.main-navigation > div > ul > li > ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% + 10px);
  left: 0;
  top: -10px;
}
.main-navigation > div > ul > li:hover > ul {
  opacity: 1;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  visibility: visible;
  top: calc(100% + 10px);
  z-index: 1000;
}
.main-navigation ul > li > ul > li > ul {
  position: absolute;
  left: calc(100% + 10px);
  top: 20%;
  margin: 0;
  padding: 16px 10px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  width: 250px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #fff;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.main-navigation > div > ul > li > ul > li ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(100% + 20px);
  top: 0;
  left: -20px;
}
.main-navigation ul > li > ul > li:hover > ul {
  top: 0;
  opacity: 1;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  visibility: visible;
  z-index: 1000;
}

.main-navigation > div > ul > li > ul li > a {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  display: inline-block;
  line-height: 22px;
  position: relative;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  display: block;
  padding: 10px 25px;
  border-radius: 12px;
}
.main-navigation > div > ul > li > ul li > a:hover,
.main-navigation > div > ul > li.menu-item-has-children > ul li:hover > a {
  background: #0058880d;
  color: var(--primary);
}
.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main-navigation > div > ul > li {
  /* position: relative; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main-navigation > div > ul > li:hover > a {
  color: var(--secondary);
}
.main-navigation > div > ul > li.menu-item-has-children > a {
  padding-right: 27px;
}
.main-navigation > div > ul > li.menu-item-has-children > a::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: var(--primary);
}
.main-navigation > div > ul > li.menu-item-has-children:hover > a::before {
  color: var(--secondary);
}
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a,
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a::after,
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block !important;
  font-size: 10px;
}
/*  */
.burger__menu {
  display: inline-block;
  padding: 5px 10px;
  background: var(--primary);
  color: #fff;
  border-radius: 4px;
  margin: 5px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.burger__menu:hover {
  background: var(--secondary);
  color: #fff;
}

/*  */
.default-site {
  margin-top: 95px;
}
/*  */

/*  */
.banner__section .banner__item,
.banner__section .item {
  position: relative;
}
.banner__section .banner__item::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  background-image: url("./assets/img/banner-bottom.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.banner__section,
.banner__section figure {
  height: 800px;
}
.banner__section figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* .banner__section .owl-nav .owl-prev,
.banner__section .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: 101%;
  outline: none;
  white-space: nowrap;
  width: 20%;
  z-index: 4;
}

.banner__section .owl-nav .owl-prev {
  left: 0;
  cursor: url("./assets/img/angle-left.png") 0 0, pointer;
}

.banner__section .owl-nav .owl-next {
  right: 0;
  cursor: url("./assets/img/angle-right.png") 0 0, pointer;
} */

.banner__text {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
}
.banner__heading {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 50px;
  font-weight: 900;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 30px;
  line-height: normal;
}
.search__input {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 30px;
}
.search__input input {
  padding: 30px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-top: 0;
  z-index: 1;
  padding-right: 50px;
}
.search__input form {
  position: relative;
  margin-top: 20px;
}
.search__input form::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  position: absolute;
  border-radius: 10px 10px 0 0;
}
.search__icon {
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 2;
  transform: translateY(-50%);
}

.search__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding: 7px;
}
/*  */
.about__section {
  position: relative;
}
.about__section::after {
  content: "";
  position: absolute;
  top: -160px;
  left: 0;
  background-image: url("./assets/img/overlar-bg.png");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.about__section .main__heading {
  text-align: center;
}
.about__section .main__heading span {
  display: block;
}
.about__info img {
  width: 22px;
  object-fit: contain;
}
.about__info a {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  transition: var(--transition);
}
.about__info a:hover {
  color: var(--secondary);
}
.about__info > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about__info {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
  row-gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.about__silder {
  margin-top: 50px;
}
.about__silder .uk-position-relative {
  width: 100%;
}
.about__slider__wrapper {
  overflow: hidden;
}
.about__silder .uk-slider {
  overflow: visible;
}
.about__slider__wrapper .hover__img img {
  height: 350px;
  width: 100%;
}

/*  */
.myarrow * {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  display: block;
  position: relative;
  transition: var(--transition);
  pointer-events: auto;
}
.myarrow *::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--secondary);
  transition: var(--transition);
}
.prevarrow *::before {
  content: "\f053";
}
.nextarrow *::before {
  content: "\f054";
}
.myarrow *:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}
.myarrow *:hover::before {
  color: #fff;
}
.about__silder .arrow-container {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 113%;
  display: flex;
  justify-content: space-between;
  left: 50%;
  z-index: 1;
  pointer-events: none;
  margin-left: 20px;
}
.arrow-container {
  cursor: pointer;
}

.arrow-grid {
  display: flex;
  gap: 10px;
}

/*  */
.course__section .hover__img img {
  width: 100%;
  height: 550px;
  border-radius: 15px;
}
.course__section .link__title {
  margin-top: 15px;
}

.course__section,
.course__section .content__wrapper {
  position: relative;
}
@media (min-width: 1200px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 0px);
  }
}
.line__section {
  padding-top: 90px;
}
.line__section .line {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

/*  */
/* .side__overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: red;
}
.side__overlay .uk-container{
  background: #fff;
  height: 100%;
  width: 100%;
} */
/*  */
.common__wrapper {
  position: relative;
  border-radius: 20px 0 0 20px;
}

.common__overlay {
  width: 60%;
  height: 100%;
  padding: 60px 0;
  border-radius: 20px 0 0 20px;
  position: relative;
  z-index: 1;
}
.hub__overlay {
  background: rgba(250, 163, 60, 0.9);
}

.common__overlay .main__heading {
  text-align: center;
}
.common__overlay .main__heading,
.common__overlay .main__heading span {
  color: #fff;
}

.common__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px 0 0 20px;
}
.hub__wrapper::after {
  background-image: url("./assets/img/img5.png");
}

.common__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.92%, #000 100%);
  z-index: 1;
}

.hub__overlay .content__wrapper {
  width: 122%;
  margin: 0 auto;
  position: relative;
  left: -15%;
  margin-top: 30px;
  column-gap: 30px;
}
.hub__slider__wrapper {
  margin-left: 80px;
}
.hub__section .hover__img img {
  height: 350px;
  width: 100%;
  border-radius: 15px;
}

.hub__overlay .arrow-container {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
}
.hub__overlay .content__wrapper .wrapper {
  width: 100%;
}
.hub-carousel {
  overflow: hidden;
}
.hub-carousel .link__title a {
  color: #fff;
}
.hub-carousel .link__title {
  margin-top: 20px;
}
.hub-carousel .owl-item.active .wrapper .link__title {
  text-align: right;
  padding-left: 80px;
  padding-right: 0;
}
.hub-carousel .owl-item.last-active .wrapper .link__title {
  padding-right: 80px;
  text-align: left;
  padding-left: 0;
}
.hub__section {
  position: relative;
}
.common__visit {
  position: absolute;
  right: 60px;
  bottom: 50px;
  z-index: 1;
}

.common__visit a {
  color: #fff;
  font-size: 45px;
  font-weight: 100;
  display: flex;
  align-items: center;
  gap: 10px;
}
.common__visit .myarrow * {
  font-size: 20px;
  border-color: #fff;
}

.common__visit .myarrow *::before {
  color: #fff;
}

.news__wrapper .hover__img img {
  height: 425px;
  width: 100%;
  border-radius: 15px;
}

.news__wrapper .the__content {
  margin: 10px 0 20px;
}
.news__section .owl-carousel .owl-stage,
.news__section .owl-carousel .owl-item {
  height: 100%;
}
.content__news {
  margin-top: 20px;
}
.news__side {
  text-align: right;
  max-width: 200px;
  position: sticky;
  top: 120px;
}
.news__side .arrow-grid {
  justify-content: flex-end;
  margin-bottom: 30px;
}
.news__side .news__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

/*  */
.testimonial__section {
  position: relative;
}
.testimonial__overlay {
  background: rgba(0, 89, 132, 0.9);
}
.testimonial__overlay {
  position: relative;
}
.testimonial__overlay .arrow-container {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 50%;
  z-index: 1;
  pointer-events: none;
  padding: 0 50px;
}

.testimonial__wrapper::after {
  background-image: url("./assets/img/img8.png");
}
.testimonial__slider__wrapper .the__content {
  max-width: 440px;
  margin: 40px auto;
}
.testimonial__slider__wrapper .the__content p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}
.testimonial__slider__wrapper .wrapper {
  text-align: center;
}

.profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #fff;
}

.profile__info {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.profile__info span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.testimonial__overlay .myarrow * {
  border-color: #fff;
}

.testimonial__overlay .myarrow *::before {
  color: #fff;
}
/*  */
.faq__title {
  cursor: pointer;
  position: relative;
}
.faq__title::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  transition: var(--transition);
  color: var(--secondary);
}
.faq__items.active .faq__title::after {
  transform: translateY(-50%) rotate(180deg);
  color: var(--primary);
}
.faq__title .accordion__item-title {
  color: rgba(34, 34, 34, 0.6);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding-right: 80px;
}
.faq__items__content {
  display: none;
  padding-right: 80px;
  margin-top: 10px;
}
.faq__items__content p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
.faq-accordion .accordion__wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}
.faq-accordion .accordion__wrap:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.faq__items.active .faq__title .accordion__item-title {
  color: var(--primary);
}
.faq__title:hover .accordion__item-title {
  color: var(--primary);
}
.faq__section .faq-accordion {
  max-width: 60%;
}

/*  */
.site-footer {
  position: relative;
}
.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.site-footer::after {
  background-image: url("./assets/img/footer-bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.3;
}
.site-footer::before {
  z-index: 1;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.site-footer .site-info {
  position: relative;
  z-index: 2;
}
.site-footer .custom-logo {
  width: 280px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer__title {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 5px;
}
.newsletter .footer__title {
  margin-bottom: 12px;
}
.social__icons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.social__icons a {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: var(--transition);
}
.social__icons a i {
  color: #222222;
  opacity: 0.8;
  transition: var(--transition);
}
.social__icons a:hover {
  background: #222;
  border-color: #fff;
}
.social__icons a:hover i {
  color: #fff;
  opacity: 1;
}

.newsletter__form input {
  background: #fff;
  border-radius: 0;
  padding: 0 14px;
  height: 50px;
  margin: 0;
  font-size: 14px;
}
.newsletter__form input[type="submit"] {
  background: rgba(0, 0, 0, 0.13);
  font-weight: 500;
  transition: var(--transition);
}
.newsletter__form input[type="submit"]:hover {
  background: var(--primary);
}
.newsletter__form > form > div {
  display: flex;
  align-items: center;
}
.newsletter__form > form > div p {
  margin-top: 0;
  color: #fff;
}
.newsletter__form > form > div p:first-child {
  flex: 1;
}

.top__footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 20px;
}

.mid__footer {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer__info p,
.footer__info p a,
.footer__list ul li a {
  color: #d8d8d8;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.footer__info p:first-child {
  font-weight: 600;
  font-size: 17px;
}
.footer__list ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer__list ul li a:hover,
.footer__info p a:hover {
  color: #fff;
}
.footer__list ul li {
  display: inline;
}
.footer__list ul li a {
  position: relative;
  line-height: 10px;
}
.footer__list ul li:not(:last-child) a {
  padding-right: 8px;
}
.footer__list ul li:not(:last-child) a:after {
  content: "|";
  margin-left: 10px;
}

.footer__links:not(:last-child) {
  margin-bottom: 30px;
}
.bottom__footer {
  padding-top: 20px;
}
.bottom__footer * {
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 500;
}
.bottom__footer span a {
  text-decoration: underline;
}

/*  */
.page__banner .banner__item::after {
  display: none;
}
.page__banner,
.page__banner figure {
  height: 250px !important;
}
.page__banner .banner__text {
  top: 50%;
}
.page__banner .banner__heading {
  max-width: 100%;
  padding: 0;
  text-align: left;
}

.page__banner .banner__item::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(234deg, var(--secondary), var(--primary));
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
}

/*  */
.number__container {
  position: relative;
}
.number__wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.number__wrapper span {
  color: var(--primary);
  font-size: 45px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.3px;
  margin-left: 5px;
}

.why__study__wrapper img {
  border-radius: 20px;
  height: 400px;
  width: 100%;
}
.mission__content {
  background: #fff6eb;
  height: 100%;
  padding: 70px 90px 70px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mission__content .main__heading span,
.career__content .main__heading span {
  display: block;
}
.mission__values {
  position: relative;
}
.mission__values::after {
  top: 0;
  left: 0;
  width: 50%;
  background: #fff6eb;
  position: absolute;
  content: "";
  height: 100%;
  z-index: -1;
}
.mission__values .number__wrapper {
  background: #fff6eb;
}
.mission__img,
.mission__img img {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
}

.overview__section .sub__heading p {
  color: var(--secondary);
  font-weight: 400;
}

.overview__wrapper .hover__img img {
  height: 400px;
  border-radius: 20px;
}
.overview__wrapper .link__title a {
  color: var(--secondary);
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
.overview__wrapper .link__title a:hover {
  color: var(--primary);
}
.overview__wrapper span {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  display: block;
}

.overview__section .number__wrapper {
  top: 150px;
  padding: 0;
  transform: translate(0, 0);
  left: 46.7%;
}
.facilities__img img {
  border-radius: 20px 0 0 20px;
}
.facilities__content {
  padding: 70px 0 70px 90px;
  background: #f3f3f3;
}
.campus__facilities {
  position: relative;
}
.campus__facilities::after {
  top: 0;
  right: 0;
  width: 50%;
  background: #f3f3f3;
  position: absolute;
  content: "";
  height: 100%;
  z-index: -1;
}

.career__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.career__img .wrapper img {
  height: 250px;
  width: 100%;
  border-radius: 20px;
}
.career__img .wrapper:last-child {
  grid-column: span 2;
}
.career__content {
  padding-right: 90px;
}
.partner__img {
  height: 100%;
}
.partner__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.partner__wrapper .wrapper {
  margin-top: 50px;
}
.partner__wrapper .number__wrapper span {
  color: rgba(0, 0, 0, 0.5);
}

.partner__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-right: 150px;
  padding-left: 90px;
}

.partner__wrapper .wrapper:nth-of-type(even) .order1 {
  order: 2;
}
.partner__wrapper .wrapper:nth-of-type(even) .order2 {
  order: 1;
}

.partner__wrapper .wrapper:nth-of-type(even) .partner__content {
  padding-right: 90px;
  padding-left: 150px;
}
.course__wrapper .wrapper:nth-of-type(odd) .partner__content {
  padding-right: 30px;
  padding-left: 150px;
}
.course__wrapper .wrapper:nth-of-type(even) .partner__content {
  padding-right: 150px;
  padding-left: 30px;
}
.course__wrapper .wrapper:nth-of-type(even) .course__title,
.course__wrapper .wrapper:nth-of-type(even) .course__content {
  text-align: right;
}
.course__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.course__fee {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary);
}
.course__fee span {
  color: var(--secondary);
  font-size: 24px;
}
.course__wrapper .wrapper:nth-of-type(even) .course__btn {
  display: flex;
  justify-content: flex-end;
}
.course__wrapper .wrapper:nth-of-type(even) .course__content__wrapper::after {
  right: auto;
}
.course__number {
  color: rgba(0, 0, 0, 0.3);
  font-size: 90px;
  font-weight: 100;
  line-height: 100%;
  letter-spacing: -10px;
}

.course__title {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}

.btn-small.btn span {
  font-size: 12px;
  padding: 8px 14px;
}

.course__wrapper .partner__content {
  justify-content: space-between;
  padding-left: 30px;
  gap: 20px;
}
.course__content__wrapper {
  padding-top: 40px;
  margin-top: 10px;
  position: relative;
}

.course__content__wrapper::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: calc(50% + 230px);
  height: 1px;
  top: 0;
  right: 0;
  position: absolute;
}
.course__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.course__content .the__content:last-child p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.7);
}

.stu__exp .hub-carousel .link__title a {
  color: var(--primary);
}
.stu__exp .hub-carousel .link__title a:hover {
  color: var(--secondary);
}

.news__page .news__wrapper {
  display: flex;
  flex-direction: column;
}
.news__page .news__wrapper .content__news {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

/*  */
.my__card {
  padding: 30px;
  box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
  border-radius: 20px;
  transition: var(--transition);
  position: relative;
}
.testimonial__card::after {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 90px;
  opacity: 0.08;
  line-height: 100%;
  transition: var(--transition);
}
@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.my__card:hover {
  transform: translateY(-10px);
  background: #0058880d;
}
.testimonial__card:hover::after {
  animation: up-down 2s linear infinite alternate-reverse;
  opacity: 0.2;
}
.testimonial__card .card__content {
  overflow: hidden;
}
a[data-readmore-toggle] {
  color: var(--primary);
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
}
a[data-readmore-toggle]:hover {
  color: var(--secondary);
}
.user__wrapper {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 15px;
  align-items: center;
}
.user__img img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.user__info {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 22px;
}
.user__info span {
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
.testimonial__content {
  margin-top: 20px;
}
.testimonial__content .the__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/*  */
.contact__info .my__card {
  text-align: center;
  padding: 40px 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact__info .my__card .icon {
  margin-bottom: 10px;
}
.contact__info .my__card .icon svg {
  width: 40px;
}
.contact__info .my__card .icon svg path[fill] {
  fill: var(--primary);
  transition: var(--transition);
}
.contact__info .my__card .the__title {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  transition: var(--transition);
}
.contact__info .my__card .the__content * {
  color: #555;
  font-weight: 500;
  font-size: 16px;
  display: block;
  transition: var(--transition);
}
.contact__info .my__card .the__content a:hover {
  color: var(--primary);
}
.contact__info .my__card:hover .icon {
  animation: bounce 2s ease;
}
.contact__info .my__card:hover .the__title {
  color: var(--primary);
}
.contact__info .my__card:hover .icon svg path[fill] {
  fill: var(--secondary);
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.contact__form.my__card:hover {
  transform: translateY(0);
  background: transparent;
}
.contact__form {
  padding: 10px 30px;
}
.menu-header-container {
  align-self: stretch;
}

.partners__link ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 10px;
}
.partners__link ul li a {
  color: var(--primary);
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.partners__link ul li:not(:last-child) a {
  padding-right: 15px;
}
.partners__link ul li:not(:last-child) a::after {
  content: "";
  height: 75%;
  width: 1.5px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.partners__link ul li a:hover {
  color: var(--secondary);
}

.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.row-gap-10 {
  row-gap: 10px;
}
.agent__filter {
  margin-bottom: 20px;
}
.agent__container {
  margin-top: 20px;
}
.agent__container .my__card h2 {
  font-size: 22px;
  color: #333;
}
.agent__container .my__card .the__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0;
}
.agent__container .my__card .the__content p:last-child {
  margin-bottom: 0;
}
.agent__container .my__card .the__content a {
  color: var(--primary);
}
/* .agent__container .uk-grid{
  row-gap: 30px;
} */
.agent__container .uk-grid > div:nth-of-type(n) .my__card {
  background: #0058881c;
}
.agent__container .uk-grid > div:nth-of-type(2n) .my__card {
  background: #faa33c21;
}

.enroll__now {
  margin-top: 20px;
}

.enroll__now form,
.student__application__form form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
}
.enroll__now form p {
  grid-column: span 6;
}
.enroll__now form p:nth-child(8),
.enroll__now form p:nth-child(9) {
  grid-column: span 12;
}
.enroll__now form p:nth-child(9) {
  margin-top: 0;
}
.enroll__now form p .wpcf7-list-item {
  margin-top: 15px;
  display: block;
}
.enroll__now form p .wpcf7-list-item input,
.student__application__form form p .wpcf7-list-item input {
  width: auto;
}
.enroll__now form p .wpcf7-list-item,
.student__application__form form p .wpcf7-list-item {
  margin: 0;
  margin-right: 20px;
}
.student__application__form form p,
.student__application__form form h2 {
  grid-column: span 12;
  margin: 0;
  margin-bottom: 20px;
}

.student__application__form form h2 {
  color: var(--secondary);
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.student__application__form form p:nth-child(3),
.student__application__form form p:nth-child(4),
.student__application__form form p:nth-child(8),
.student__application__form form p:nth-child(9),
.student__application__form form p:nth-child(10),
.student__application__form form p:nth-child(11),
.student__application__form form p:nth-child(12),
.student__application__form form p:nth-child(13),
.student__application__form form p:nth-child(14),
.student__application__form form p:nth-child(15),
.student__application__form form p:nth-child(16),
.student__application__form form p:nth-child(17),
.student__application__form form p:nth-child(18),
.student__application__form form p:nth-child(19),
.student__application__form form p:nth-child(20),
.student__application__form form p:nth-child(21),
.student__application__form form p:nth-child(22),
.student__application__form form p:nth-child(24),
.student__application__form form p:nth-child(25),
.student__application__form form p:nth-child(26),
.student__application__form form p:nth-child(27),
.student__application__form form p:nth-child(28),
.student__application__form form p:nth-child(29),
.student__application__form form p:nth-child(31),
.student__application__form form p:nth-child(32),
.student__application__form form p:nth-child(33),
.student__application__form form p:nth-child(34),
.student__application__form form p:nth-child(35) {
  grid-column: span 6;
}

.scrolltop {
  scroll-margin-top: 170px;
}

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table,
.the__content table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th,
.the__content table td,
.the__content table th {
  border: 1px solid;
  padding: 0.5em;
}
